home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / pgprex11.zip / readme.en < prev   
Text File  |  1996-06-26  |  2KB  |  38 lines

  1. PGPREXX 1.1                   June 26, 1996
  2. -------------------------------------------
  3.    This is the very first release, 1.1 of PGPREXX, a package of seven
  4. REXX scripts to give PGP functionality to any OS/2 mail program. It has
  5. been written by Lüko Willms in Frankfurt/Main, Germany,
  6. e-mail <Lueko.Willms@T-Online.de>. Copyright reserved.
  7.    
  8.  
  9.     There are seven REXX scripts in this package:
  10.  PGPenCod.CMD   - signs and encodes any outgoing message
  11.  PGPdeCod.CMD   - decodes incoming PGP signed messages
  12.  PGPckSig.CMD   - checks PGP signatures in incoming messages
  13.  PGPdeSig.CMD   - checks PGP signatures in incoming messages and decodes signed message
  14.  PGPadKey.CMD   - adds a PGP public key block from a message to your PGP key ring
  15.  SPLITMAIL.CMD  - auxiliary program to PGPenCod.CMD
  16.  JOINMAIL.CMD   - auxiliary program to PGPenCod.CMD
  17.  
  18.  
  19. Packaging information
  20. ---------------------
  21.  
  22.    When you unzip this archive, you will find the inner ZIP archive, 
  23. PGPREXX.ZIP, my public PGP key (lwskey.asc) and the signature for the 
  24. PGPREXX.ZIP archive, PRPREXX.SIG.
  25.  
  26.    Include my key in your keyring (pgp -ka lwskey.asc) and check the ZIP
  27. file for its integrity (pgp  PGPREXX.SIG PGPREXX.ZIP).
  28.  
  29.     See PGPrexx.DOC in the inner archive for installation instructions 
  30. and further comments.
  31.  
  32. Version information
  33. -------------------
  34.    Version 1.1 adds PGPadKey.CMD, changes the documentation, especially 
  35. in respect to the recent MR/2 ICE release 1.04, and does away two deficiencies
  36. in outbound processing (see section 2.1 in PGPrexx.doc).
  37.  
  38.